portableSql

Cos Portable SQL Function

Syntax

Cos as N (Radians as N)

Arguments

RadiansNumeric

A numeric field or value.

Returns

resultNumeric

Returns the cosine of an angle expressed in radians.

Description

Returns the cosine of an angle expressed in radians.

Discussion

The Cos function returns the cosine of an angle expressed in radians.

Cos() function executed on the Northwind Access database
SELECT FIRST 1 cos(1.8) AS EXPR1 FROM Products
 = -0.227202094693087